home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: anw <102044.3670@CompuServe.COM>
- Newsgroups: comp.lang.c++
- Subject: Re: [Q] Any utility to attack misuse of comment /* */
- Date: 19 Apr 1996 03:21:14 GMT
- Organization: CompuServe, Inc. (1-800-689-0736)
- Message-ID: <4l70ra$gt4$1@mhade.production.compuserve.com>
- References: <4l3f0lINNdu7@keats.ugrad.cs.ubc.ca>
-
- Actually, I'm not sure that is either a bug, or misuse. I believe
- the ANSI C spec says that the compiler should *ignore* anything
- it sees after an "/*" up until it sees an "*/". I actually use
- that to advantage to comment out code.
-